Skip to content

pip(deps): bump anthropic from 0.109.1 to 0.109.2 - #372

Merged
ttlequals0 merged 1 commit into
mainfrom
dependabot/pip/anthropic-0.109.1
Jun 18, 2026
Merged

pip(deps): bump anthropic from 0.109.1 to 0.109.2#372
ttlequals0 merged 1 commit into
mainfrom
dependabot/pip/anthropic-0.109.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps anthropic from 0.109.1 to 0.109.2.

Release notes

Sourced from anthropic's releases.

v0.109.2

0.109.2 (2026-06-15)

Full Changelog: v0.109.1...v0.109.2

Chores

  • api: remove retired models from API and SDKs (d4bcfcc)
Changelog

Sourced from anthropic's changelog.

0.109.2 (2026-06-15)

Full Changelog: v0.109.1...v0.109.2

Chores

  • api: remove retired models from API and SDKs (d4bcfcc)
Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
ttlequals0 added a commit that referenced this pull request Jun 15, 2026
pip: cryptography 48.0.1->49.0.0 (supersedes the advisory fix, #371),
idna 3.18 (#370), anthropic 0.109.1 (#372), huggingface-hub 1.19.0 (#373),
pytest 9.1.0 (#374). npm: @typescript-eslint/parser + typescript-eslint
8.61.0 (#369,#365), @vitejs/plugin-react 6.0.2 (#367), @tailwindcss/vite
4.3.1 (#366), lucide-react 1.18.0 (#368). Full suite + tsc + build green.
ttlequals0 added a commit that referenced this pull request Jun 16, 2026
…#380)

* fix: bump cryptography to 48.0.1 (GHSA-537c-gmf6-5ccf)

pip-audit flagged cryptography 48.0.0 against a newly disclosed advisory
GHSA-537c-gmf6-5ccf (fix 48.0.1), failing CI on every branch. Patch-level
dependency bump with regenerated hashes; no app code change. Releases as
2.8.12.

* chore(deps): bump all open dependabot deps for 2.8.12

pip: cryptography 48.0.1->49.0.0 (supersedes the advisory fix, #371),
idna 3.18 (#370), anthropic 0.109.1 (#372), huggingface-hub 1.19.0 (#373),
pytest 9.1.0 (#374). npm: @typescript-eslint/parser + typescript-eslint
8.61.0 (#369,#365), @vitejs/plugin-react 6.0.2 (#367), @tailwindcss/vite
4.3.1 (#366), lucide-react 1.18.0 (#368). Full suite + tsc + build green.

* feat: per-feed display title override (#375)

Adds a refresh-safe title_override column. The rename actually replaces the
channel title in the SERVED RSS (both <title> and <image><title> via
modify_feed), so podcast apps show the custom name and a processed feed is
distinguishable from the source. RSS refresh keeps updating the source
title but never touches the override. API: titleOverride on get/list/update
feed with a length-capped validator; the clobbered raw-title PATCH path is
removed. New unit + endpoint tests.

* feat(ui): editable feed title on the detail page (#375)

Inline-edit affordance in the FeedDetail header: hover pencil opens an
input, Enter/Save persists, Esc/Cancel aborts; a Custom badge marks an
override and blank clears it back to the source title. Feeds list and
cards show the effective (override || source) title so the custom name
appears in the library.

* docs: 2.8.12 changelog (title override + dependency sweep)

* simplify: share feedDisplayTitle helper across feed-title render sites

Centralizes override||title in one helper and applies it to the feeds
list, cards, detail header, and the Stats/History podcast filters (the
last two still showed the source title). Minor: helper-text && over a
dead-arm ternary; fix a stray indentation in the update_feed response.

* review: regenerate served feed on rename + sanitize the title override

Two code-review fixes: (1) a titleOverride-only PATCH now force-regenerates
the cached RSS (it was only triggered by max_episodes/onlyExpose), so the
renamed <title> actually reaches subscribers instead of waiting for the next
upstream change; (2) strip XML-forbidden control chars and collapse interior
newlines in the validator -- an interior control char made the served feed
not-well-formed and every app would reject it. Adds regen + sanitization +
well-formed-XML tests.

* fix(deps): bump hf-xet to 1.5.1 for huggingface-hub 1.19.0 compatibility

huggingface-hub 1.19.0 requires hf-xet>=1.5.1,<2.0.0; the transitive pin
was still at 1.4.3, which made a fresh --require-hashes resolve fail in CI
(pip-audit and Python tests).

* release 2.8.13: feed detail UI cleanup

- Always-visible title edit pencil (was hover-only, untappable on touch)
- Tags section collapsed by default
- Per-feed controls moved into a collapsed 'Feed settings' section,
  extracted to FeedSettingsPanel.tsx to match the other feed panels
Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.109.1 to 0.109.2.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.109.1...v0.109.2)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.109.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title pip(deps): bump anthropic from 0.107.1 to 0.109.1 pip(deps): bump anthropic from 0.109.1 to 0.109.2 Jun 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/anthropic-0.109.1 branch from f48676c to 089b968 Compare June 16, 2026 00:11
@ttlequals0
ttlequals0 merged commit ab26c17 into main Jun 18, 2026
6 checks passed
@ttlequals0
ttlequals0 deleted the dependabot/pip/anthropic-0.109.1 branch June 18, 2026 16:25
@ttlequals0 ttlequals0 mentioned this pull request Jun 18, 2026
ttlequals0 added a commit that referenced this pull request Jun 18, 2026
#394)

Bundles the merged work since 2.8.13: Obsidian OLED theme (#385), parallel
chunked transcription for API whisper backends (#388), optional dynaudnorm
loudness leveling (#386), theme-aware pattern dialogs + scrollbars (#389),
dependency bumps (#372, #369), and the OpenVINO docs + audit (#382).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant